home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / vhf / locator / locowcls.h < prev    next >
C/C++ Source or Header  |  1992-11-29  |  1KB  |  50 lines

  1. //REGEN_FILEHEADING
  2. //REGEN_FILEHEADING
  3.  
  4.      /********************************************************************
  5.       *                                                                  *
  6.       *   Source File: LOCOWCls.h                                        *
  7.       *   Description: Dialog Classes for LOCOWL                         *
  8.       *   Date:        Sun Nov 29 18:09:14 1992                          *
  9.       *                                                                  *
  10.       ********************************************************************/
  11.  
  12. #ifndef __LOCOWLCLS__H
  13. #define __LOCOWLCLS__H
  14.  
  15. #include <owl.h>
  16. #include <edit.h>
  17. #include <listbox.h>
  18. #include <combobox.h>
  19. #include <scrollba.h>
  20. #include <dialog.h>
  21. #include "LOCDLG.H"
  22. #include "LOCOWLID.h"
  23.  
  24. //REGEN_VARIABLES
  25. //REGEN_VARIABLES
  26.  
  27. //REGEN_HEADER
  28. //REGEN_HEADER
  29.  
  30. _CLASSDEF(TabtdlgDlg)
  31.  
  32. // Declare TabtdlgDlg, a TDialog descendant
  33. class TabtdlgDlg : public TDialog 
  34. {
  35. public:
  36.  
  37.    TabtdlgDlg(PTWindowsObject AParent, LPSTR AName);
  38.    ~TabtdlgDlg();
  39.    virtual void Ok(RTMessage Msg) = [ID_FIRST + IDOK];
  40.    //REGEN_abtdlg_CLASS
  41.    //REGEN_abtdlg_CLASS
  42.  
  43. };
  44.  
  45. //REGEN_CLASSES
  46. //REGEN_CLASSES
  47.  
  48. #endif // __LOCOWLCLS_H
  49.  
  50.